ComponentOne ChartNavigator for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / C1ChartCore<Tseries,TAnimation,TBinding> Class / OnClientBeforePaint Property

In This Topic
    OnClientBeforePaint Property
    In This Topic
    Occurs before the canvas is painted. This event can be cancelled.
    Syntax
    'Declaration
     
    Public Property OnClientBeforePaint As System.String
    public System.string OnClientBeforePaint {get; set;}
    See Also